ImageStorage.width

Gets the width of the image

  1. size_t width [@property getter]
    interface ImageStorage(Color)
    @property @nogc nothrow @safe
    size_t
    width
    ()
    if (
    isColor!Color
    )
  2. size_t width [@property getter]

Meta